projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f1e781
)
Fix distclean
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2013 22:25:08 +0000
(18:25 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 27 May 2013 22:25:31 +0000
(18:25 -0400)
extract-strings was left behind.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index dafebe6e06ed30aa84d182c9e11bbcb10e08116c..4085014cb278564c09626c9360f914aa2f9473da 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-1296,6
+1296,7
@@
distclean-local:
if test $(srcdir) != .; then \
rm -f $(MAINTAINERCLEANFILES); \
rm -rf stock-icons; \
+ rm -f extract-strings$(EXEEXT); \
fi
DEPS = libgtk-3.la $(top_builddir)/gdk/libgdk-3.la